Made of a creature that gives out electric energy. The surface is slippery and feels weird.
INT + 2, AGI + 2
Add a 5% chance of auto casting Level 3 Jupitel Thunder and Arrow Vulcan on the enemy when attacking.
The skill level of the Arrow Vulcan changes depending on the refinement rate of this weapon.
Класс : Whip
Атака : 100
Дальность : 2
Вес : 200
Элемент : Wind
Уровень Оружия : 4
Необходимый Lv. : 70
Пол : Только женщины
Доступно для : Clown / Gypsy
Улучшается : Да
Доп. информация:
ID : 1972
Цена у NPC : 10
Script :
{ bonus bAtkEle,Ele_Wind; bonus bInt,2; bonus bAgi,2; bonus3 bAutoSpell,"WZ_JUPITEL",3,20; if(getrefine() > 0) bonus3 bAutoSpell,"CG_ARROWVULCAN",getrefine(),50; }
{
...bonus bAtkEle,Ele_Wind;
...bonus bInt,2;
...bonus bAgi,2;
...bonus3 bAutoSpell,"WZ_JUPITEL",3,20;
...if(getrefine() > 0) bonus3 bAutoSpell,"CG_ARROWVULCAN",getrefine(),50;
}